Statistics Or Builder
Functions
Link copied to clipboard
Is the heartbeat enabled on the server?
Content copied to clipboard
bool heartbeat = 7;
Link copied to clipboard
Maximum number of messages we will save
Content copied to clipboard
uint32 messages_max = 3;
Link copied to clipboard
Number of messages we have currently saved our history.
Content copied to clipboard
uint32 messages_saved = 2;
Link copied to clipboard
Number of messages we have ever seen
Content copied to clipboard
uint32 messages_total = 1;
Link copied to clipboard
Number of times any client sent a request to the S&F.
Content copied to clipboard
uint32 requests = 5;
Link copied to clipboard
Number of times the history was requested.
Content copied to clipboard
uint32 requests_history = 6;
Link copied to clipboard
Maximum number of messages the server will return.
Content copied to clipboard
uint32 return_max = 8;
Link copied to clipboard
Maximum history window in minutes the server will return messages from.
Content copied to clipboard
uint32 return_window = 9;